From: David Reitter Date: Thu, 12 Mar 2009 01:55:52 +0000 (+0000) Subject: termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1312 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=56e59d6f4019ca2c81a1adae7e197d6952259ba8;p=emacs.git termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT were used for such events. --- diff --git a/src/termhooks.h b/src/termhooks.h index 5dedd487a2a..d8f0cb0b295 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -203,6 +203,8 @@ enum event_kind /* Generated when native multi-keystroke input method is used to modify tentative or indicative text display. */ , NS_TEXT_EVENT + /* Non-key system events (e.g. application menu events) */ + , NS_NONKEY_EVENT #endif };